projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a515e
)
Don't export gdk_x11_cursor_finalize
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Dec 2010 06:43:08 +0000
(
01:43
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Dec 2010 17:07:09 +0000
(12:07 -0500)
gdk/x11/gdkcursor-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkcursor-x11.c
b/gdk/x11/gdkcursor-x11.c
index 013db3cba3409fc4b35ce2e7a1a7cd62349a1022..e549d7da864fb87a689be8418c56622fe85d50f5 100644
(file)
--- a/
gdk/x11/gdkcursor-x11.c
+++ b/
gdk/x11/gdkcursor-x11.c
@@
-139,7
+139,7
@@
find_in_cache (GdkDisplay *display,
/* Called by gdk_x11_display_finalize to flush any cached cursors
* for a dead display.
*/
-void
+void
_gdk_x11_cursor_display_finalize (GdkDisplay *display)
{
GSList* item;
@@
-173,7
+173,7
@@
G_DEFINE_TYPE (GdkX11Cursor, gdk_x11_cursor, GDK_TYPE_CURSOR)
static GdkPixbuf* gdk_x11_cursor_get_image (GdkCursor *cursor);
-void
+
static
void
gdk_x11_cursor_finalize (GObject *object)
{
GdkX11Cursor *private = GDK_X11_CURSOR (object);